home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 301-325 / 306 / rexxplplot / rexxsrc / makefile.manx < prev    next >
Makefile  |  1995-03-14  |  473b  |  21 lines

  1. #
  2. # Manx definitions
  3. #
  4. CFLAGS = -n +P +Fi -L100 -I/minrexx
  5. LBFLAGS = -f 
  6. #LIBRARY = /lib/plplotl32.lib
  7. CC = cc
  8. OBJS = rexxplplot.o
  9.  
  10. .c.o:
  11.     $(CC) $(CFLAGS) -o $@ $*.c
  12.  
  13. rexxplplot: rexxplplot.o /minrexx/minrexx.o /minrexx/rexxglue.o \
  14.             /minrexx/rexxvars.o /lib/plplotl32.lib
  15.     ln +Q -g -o rexxplplot rexxplplot.o /minrexx/minrexx.o \
  16.         /minrexx/rexxglue.o /minrexx/rexxvars.o \
  17.         -l/lib/plplotl32 -lmal32 -lcl32
  18.  
  19. clean:
  20.     @delete rexxplplot.o rexxplplot.dbg rexxplplot quiet
  21.